Try to fix FreeBSD bug re multithreaded memory allocation.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Jul 2013 00:53:13 +0000 (17:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Jul 2013 00:53:13 +0000 (17:53 -0700)
commit10ef1cee9bd4e59684df1f1aac77e980d57f4975
tree75b94411082f27fc1fe2ad465940860fafce9502
parent997848ecf78d7fb8a3ef639b75419f365b41a7b3
Try to fix FreeBSD bug re multithreaded memory allocation.

* src/emacs.c (main) [HAVE_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
Clear _malloc_thread_enabled_p at startup.  Reported by Ashish SHUKLA in
<http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00088.html>.
src/ChangeLog
src/emacs.c